// -ENEMY------------------------------------------------------ \\
// Yellow Puffer
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/20/08
//
// Description: 
//   A protective bubble around an incoming ship that is 
//   dropped through the red zone if not destroyed.
//
// Difficulty: 3
//
// ------------------------------------------------------------ \\

EnemyType enemyPuffer


SwoopPath pufferExplode

// ContinuousSwoopPath defenderLoop



Size 5

Color 0 1.0 0.3 0.7

ColorOnHit 1 0 1.0 0.3 0.55
ColorOnHit 2 0 1.0 0.3 0.4

HitPoints 3

AbortPathAtScreenBottom false

CanSwoop true

MustKillToAdvance false

DoesRotate true

IsVulnerable true



// Score Options:

EntryScore 50

BaseScore 33

SwoopingScore 67